From 7bc18be2543457c1c0ad6c956c414036a4f7fe54 Mon Sep 17 00:00:00 2001 From: "mwilli2@equilibrium.research" Date: Thu, 10 Mar 2005 02:19:53 +0000 Subject: [PATCH] bitkeeper revision 1.1236.12.29 (422faec9cZXX4zIVbvTV30eJRoDSwQ) A recent change to the privop driver broke the 2.4 build, this patch fixes it by pulling in a new macro from 2.6's page.h. Signed-off-by: --- linux-2.4.29-xen-sparse/include/asm-xen/page.h | 1 + 1 file changed, 1 insertion(+) diff --git a/linux-2.4.29-xen-sparse/include/asm-xen/page.h b/linux-2.4.29-xen-sparse/include/asm-xen/page.h index 78863c36da..fbab7f5ff1 100644 --- a/linux-2.4.29-xen-sparse/include/asm-xen/page.h +++ b/linux-2.4.29-xen-sparse/include/asm-xen/page.h @@ -88,6 +88,7 @@ static inline unsigned long pmd_val(pmd_t x) if ( (ret & 1) ) ret = machine_to_phys(ret); return ret; } +#define pmd_val_ma(x) ((x).pmd) #define pgd_val(x) ({ BUG(); (unsigned long)0; }) #define pgprot_val(x) ((x).pgprot) -- 2.30.2